home *** CD-ROM | disk | FTP | other *** search
- This is a port of GNU Diff 1.15 which includes the diff3.ttp
- executable. It was done with GNU C 2.1 and the PatchLevel 79
- libraries.
-
- Not much to it. I copied the original makefile to makefile.ori,
- and then hacked the makefile. There were some errors relating to
- stuff getting redefined in the included limits.h, so I #ifndef'd
- the lines in question.
-
- There's four warnings floating around. At lines 2112, 2244 and
- 2317, there are warnings about a "cast to pointer from integer of
- different size". The programs still seem to work. All three
- lines are calls to a macro. I'm not totally sure where the
- problem is coming in. The other error is at line 2515, and it's
- just the opposite: "cast from pointer to integer of different
- size". Again, it's just a warning and I imagine that GNU C is
- taking care of the cast--it just wants it to be explicit.
- Unfortunately, I can't deduce exactly what the macro does, so I
- couldn't tell where to put an explicit cast.
-
- Other than that, everything compiled clean.
-
- Mike.
-